[]
        
(Showing Draft Content)

C1.DataCollection.C1TreeDataCollection-1.GetChildren

GetChildren Method

GetChildren(int)

Gets the children of the item at the specified index.

Declaration
public IDataCollection<T> GetChildren(int index)
Public Function GetChildren(index As Integer) As IDataCollection(Of T)
Parameters
Type Name Description
int index

The index of item to ask for its children.

Returns
Type Description
IDataCollection<T>
Implements